home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 115
/
FreelogNo115-MaiJuin2013.iso
/
Internet
/
Filezilla Server
/
FileZilla_Server-0_9_41.exe
/
source
/
xml_utils.h
< prev
Wrap
C/C++ Source or Header
|
2011-11-06
|
236b
|
14 lines
#ifndef __XML_UTILS_H__
#define __XML_UTILS_H__
class TiXmlElement;
namespace XML
{
CStdString ReadText(TiXmlElement* pElement);
void SetText(TiXmlElement* pElement, const CStdString& text);
}
#endif //__XML_UTIL S_H__